home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / clang / portablc.zip / README < prev    next >
Text File  |  1990-01-30  |  2KB  |  37 lines

  1.    The attached programs are totally free shareware. I currently use
  2. them while transmitting/receiving data between DOS, UNIX/XENIX, and
  3. MAINFRAME storage areas. These are great to use with Kermit.
  4.    Below is a brief description of each program. Note that I have com-
  5. piled and tested each one in the following areas: UNIX/XENIX operating
  6. system, System 5, release 3; DOS, Microsoft Version 5.1.
  7.  
  8.    filecmpr.c : beats any file compressor I have seen in Unix. Compressing
  9.                 is a little slow but decompression is quite fast. 
  10.                 I wish someone out there had the time to expand
  11.                 this into an arc/zip kind of utility so we could
  12.                 send archive files between DOS and UNIX.
  13.  
  14.    chgxmitf.c : creates/uncreates a printable ASCII file from
  15.                 any kind of input file. Use this to create good transmittable
  16.                 files that Kermit and other utilities will not corrupt.
  17.  
  18.    split_f.c  : breaks up/puts back together large files for transmission.
  19.                 Great if you are transmitting over a noisy line and 
  20.                 have a big file to transmit. See attached split_f.doc.
  21.  
  22.  
  23.    I have not given any usage info here since you can get that
  24.    by typing the executable name by itself. To compile in Unix:
  25.    just do a 'cc'. In DOS, set up environment flag DOS; example
  26.    cl -DDOS filecmpr.c with Microsoft; other compilers should have
  27.    no problems with these. I created chgxmitf.c from scratch, the
  28.    others were originally secured from DOS BBS's and modified to
  29.    work in UNIX/XENIX.
  30.  
  31.    Have fun with these.
  32.  
  33.    Martin Katz
  34.    1600 N. Beauregard St.
  35.    Alexandria, Va. 22311
  36.    phone:703-578-5236
  37.